home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmRegister
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "Unregsitered Copy"
- ClientHeight = 4920
- ClientLeft = 2055
- ClientTop = 3270
- ClientWidth = 7305
- Height = 5295
- Left = 2010
- LinkTopic = "Form1"
- ScaleHeight = 4920
- ScaleWidth = 7305
- Top = 2940
- Width = 7395
- Begin TextBox Text1
- Height = 285
- Left = 360
- TabIndex = 2
- Text = "Text1"
- Top = 360
- Width = 3975
- End
- Begin Label Label2
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Company"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 195
- Left = 240
- TabIndex = 1
- Top = 840
- Width = 660
- End
- Begin Label Label1
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Name"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 195
- Left = 240
- TabIndex = 0
- Top = 120
- Width = 420
- End
- Option Explicit
-